home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 July / CD 3 / redhat-6.2.iso / RedHat / instimage / usr / lib / anaconda / textw / constants.py next >
Encoding:
Python Source  |  2000-03-08  |  221 b   |  11 lines

  1. #import gettext
  2. from translate import _
  3. INSTALL_OK = 0
  4. INSTALL_BACK = -1
  5. INSTALL_NOOP = -2
  6.  
  7. #cat = gettext.Catalog ("anaconda", "/usr/share/locale")
  8. #_ = cat.gettext
  9.  
  10. basicButtons = ((_("Ok"), "ok"), (_("Back"), "back"))
  11.